'Declaration Public Overloads Shared Function MergeDocuments( _ ByVal copyStrategy As FormattingCopyStrategy, _ ByVal ParamArray mergedDocuments() As GcWordDocument _ ) As GcWordDocument
public static GcWordDocument MergeDocuments( FormattingCopyStrategy copyStrategy, params GcWordDocument[] mergedDocuments )
Parameters
- copyStrategy
- Specifies how formatting of the source documents is handled.
- mergedDocuments
- The source documents to merge.
Return Value
The newly created GcWordDocument consisting of the merged Body ranges of the source documents.